dom.setSelectedNode()

Availability 3.0
Description Sets the selected node. This function is equivalent to calling dom.nodeToOffsets() and then passing the return value to dom.setSelection().
Arguments node, {bSelectInside}, {bJumpToNode}
The first argument is a text, comment, or element node in the document.
The second argument is a Boolean value indicating whether to select the innerHTML of the node. This argument is relevant only for element nodes, and it defaults to FALSE if omitted.
The third argument is a Boolean value indicating whether to scroll the Document window, if necessary, to make the selection visible. If omitted, the argument defaults to FALSE.
Returns Nothing.
Enabler None.